home *** CD-ROM | disk | FTP | other *** search
- #ifndef __CODEWARRIORSUCKS__
- #define __CODEWARRIORSUCKS__
- #pragma once
-
- /*
-
- This file has constants to work around various CodeWarrior
- code generation stupidities, so they can get be disabled
- if the compiler ever gets files
-
- */
-
- #define qCodewarriorCantInlineConstructors 1
- #define qCodewarriorCantInlineDestructors 1
-
- // CW generates crappy code for inline consturctors for classes with
- // a virtual ancetor. If set, out-of-line first constructor after
- // virtual inheritance
-
- #endif // __CODEWARRIORSUCKS__